systemd.network.networks.<name>.bridgeConfig

Each attribute in this set specifies an option in the [Bridge] section of the unit. See systemd.network(5) for details.

Type
attribute set of (systemd option)
Default
{ }
Example
{
  Cost = 20;
  MulticastFlood = false;
}
Declared
<nixpkgs/nixos/modules/system/boot/networkd.nix>